GrapeCity SPREAD for WPF 2.0J
等価判定演算子 オペレータ (Item<T>)

構文
'Declaration
 
Public Operator =( _
   ByVal left As Item(Of T), _
   ByVal right As Item(Of T) _
) As Boolean
public bool operator ==( 
   Item<T> left,
   Item<T> right
)

パラメータ

left
right
参照

Item<T> クラス
Item<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.